Home / comp / gb / boolean[] / extract 
Boolean[].Extract (gb)
Syntax
FUNCTION Extract ( Start AS Integer [ , Length AS Integer ] ) AS Boolean[]
Removes one or more elements from the array, and return them.

If Length is negative, then all elements from the specified Index are removed.